PlatformFontUsage

data class PlatformFontUsage(familyName: String, isCustomFont: Boolean, glyphCount: Double)

Information about amount of glyphs that were rendered with given font.

Constructors

PlatformFontUsage
Link copied to clipboard
fun PlatformFontUsage(familyName: String, isCustomFont: Boolean, glyphCount: Double)

Properties

familyName
Link copied to clipboard
val familyName: String
Font's family name reported by platform.
glyphCount
Link copied to clipboard
val glyphCount: Double
Amount of glyphs that were rendered with this font.
isCustomFont
Link copied to clipboard
val isCustomFont: Boolean
Indicates if the font was downloaded or resolved locally.

Sources

jvm source
Link copied to clipboard